home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / v cisle / deepburner / DeepBurner1.exe / DeepBurner.exe / 0 / RCDATA / TTOOLSMENUITEMSETTINGSFORM / TTOOLSMENUITEMSETTINGSFORM.txt
Text File  |  2006-03-23  |  3KB  |  138 lines

  1. object ToolsMenuItemSettingsForm: TToolsMenuItemSettingsForm
  2.   Left = 193
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Tools menuitem settings'
  7.   ClientHeight = 186
  8.   ClientWidth = 281
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 139
  23.     Width = 265
  24.     Height = 9
  25.     Shape = bsTopLine
  26.   end
  27.   object Label1: TLabel
  28.     Left = 8
  29.     Top = 8
  30.     Width = 78
  31.     Height = 13
  32.     Caption = 'Menu item name'
  33.   end
  34.   object Label2: TLabel
  35.     Left = 8
  36.     Top = 48
  37.     Width = 76
  38.     Height = 13
  39.     Caption = 'Application path'
  40.   end
  41.   object Label3: TLabel
  42.     Left = 8
  43.     Top = 88
  44.     Width = 75
  45.     Height = 13
  46.     Caption = 'Command string'
  47.   end
  48.   object m_btnOk: TButton
  49.     Left = 104
  50.     Top = 152
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'Ok'
  54.     TabOrder = 0
  55.     OnClick = m_btnOkClick
  56.   end
  57.   object m_btnCancel: TButton
  58.     Left = 192
  59.     Top = 152
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 1
  65.   end
  66.   object m_btnBrowse: TButton
  67.     Left = 251
  68.     Top = 64
  69.     Width = 22
  70.     Height = 21
  71.     Caption = '...'
  72.     TabOrder = 2
  73.     OnClick = m_btnBrowseClick
  74.   end
  75.   object m_eItemName: TEdit
  76.     Left = 8
  77.     Top = 24
  78.     Width = 265
  79.     Height = 21
  80.     TabOrder = 3
  81.   end
  82.   object m_eCommandString: TEdit
  83.     Left = 8
  84.     Top = 104
  85.     Width = 265
  86.     Height = 21
  87.     TabOrder = 4
  88.   end
  89.   object m_eAppPath: TEdit
  90.     Left = 8
  91.     Top = 64
  92.     Width = 241
  93.     Height = 21
  94.     TabOrder = 5
  95.   end
  96.   object smlFormLangRes: TsmlFormLangRes
  97.     LangFileName = 'DefLang.ini'
  98.     IgnoreEmptyString = False
  99.     AutoCreateMode = True
  100.     AddBracket = True
  101.     StringProperties.Strings = (
  102.       'Caption')
  103.     StringsProperties.Strings = (
  104.       'Tabs'
  105.       'Items')
  106.     IgnoreControls.Strings = (
  107.       'm_btnBrowse'
  108.       'm_eItemName'
  109.       'm_eCommandString'
  110.       'm_eAppPath'
  111.       '')
  112.     IgnoreFormCaption = False
  113.     IncludeListViewItems = False
  114.     IncludeListViewHead = False
  115.     IncludeTreeViewItems = False
  116.     Active = False
  117.     Left = 8
  118.     Top = 152
  119.   end
  120.   object OpenDialog: TOpenDialog
  121.     Left = 40
  122.     Top = 152
  123.   end
  124.   object smlMsgLangRes: TsmlMsgLangRes
  125.     LangFileName = 'DefLang.ini'
  126.     IgnoreEmptyString = True
  127.     AutoCreateMode = True
  128.     AddBracket = True
  129.     MsgList.Strings = (
  130.       'AppSelect=Select application'
  131.       'Applications=Applications'
  132.       'AllFiles=All files')
  133.     Active = False
  134.     Left = 72
  135.     Top = 152
  136.   end
  137. end
  138.